home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Media
/
Ch03
/
W03a005.cc2
< prev
next >
Wrap
Text File
|
1997-04-24
|
1KB
|
20 lines
0, In this chapter, you will learn how to create Web
3, pages that access a database by using the Visual
7, InterDev Data Form Wizard and design-time controls.
13, When you use the wizard and design-time controls,
16, you do not need to know how to write server-side
18, script to perform database functions. The wizard
22, and the controls generate the script for you. In
25, Chapter 7: Creating Database-Aware Web Pages,
29, you will learn how to write the script and create
31, more advanced Web pages. The chapter begins with
34, an overview of database technologies that enable
37, access to a database from a Web page. Next, you'll
41, learn how to use Visual InterDev DataView and Query
45, Designer to view and modify a database while you
48, develop a Web application. Finally, you'll learn
52, how to run the Data Form Wizard and use the data
54, range design-time controls to create Active Server
58, Pages that enable a user to view and modify a
61, database at run time.
65, END